Skip to main content
GET
Home > Live "Activity" card (recent event stream)

Authorizations

Authorization
string
header
required

Bearer token authentication. Requires a company-admin token whose role holds reports.view. Additionally, the caller's company must have ANALYTICS_DASHBOARD enabled — otherwise every endpoint returns 404.

Query Parameters

country
string

ISO alpha-2 code of one of the requesting company's configured countries (see GET /countries). When present, every service on this endpoint filters its data to that country and reports money in the country's own currency. Omit (or send "all") for the aggregate-across-countries view, which is the default and matches pre-Phase-004 behavior. Unknown ISO codes or ones the company is not configured for return 400.

Example:

"US"

Response

Activity feed payload

Home > Live "Activity" card (Card 4). Up to 7 newest-first events across four source kinds: order, first_sale, share, subscription. Milestone / viral event kinds from felipe's design mock land in a follow-up once product locks their signals.

events
object[]
required
Maximum array length: 7
currency
string
required

ISO 4217 three-letter code (uppercase).

Required string length: 3
Example:

"USD"

meta
object